home *** CD-ROM | disk | FTP | other *** search
- Path: news.nic.surfnet.nl!sun4nl!xs4all!usenet
- From: muaddib@xs4all.nl (thomas)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: opening muimaster.library from another lib
- Date: 1 Jan 1996 20:13:06 GMT
- Organization: XS4ALL, networking for the masses
- Message-ID: <621.6574T1181T1758@xs4all.nl>
- References: <oj6entlm4tk.fsf@hpsrk.fc.hp.com> <30e835db@lls.se>
- NNTP-Posting-Host: undiscovered.xs4all.nl
- X-Newsreader: THOR 2.2 (Amiga;TCP/IP) *UNREGISTERED*
-
- >In a message of 31 Dec 95, Steve wrote:
-
- >I don't quite like having such "heavy" init in LibInit I must say. What
- >about moving it to UserLibOpen, protecting it with Semaphores (see
- >datatypes example. Watch out for the expunge bug if you look at the RKM
- >examples). I don't know if that would solve the problem, but I'd say its a
- >good thing anyway (not only for the reason mentioned above). ;)
-
- But this means everytime a program opens the library, the libraries this
- library uses will be reopened, this, I believe, can cause serious problems
- when you open a library which allocates a new base for every user.
-
- thomas
-
-